Skip to main content

Get Contract ABI

Returns metadata for the requested HNS domain.

Query Parameters
  • domain string required

    A domain to lookup

Responses

Success

{
"$schema": "http://json-schema.org/draft-06/schema#",
"$ref": "#/definitions/Welcome5",
"definitions": {
"Welcome5": {
"type": "object",
"additionalProperties": false,
"properties": {
"topic_id": {
"type": "string"
},
"paymenttransaction_id": {
"type": "string"
},
"topictransaction_id": {
"type": "string"
},
"domain": {
"type": "string"
},
"tld_hash": {
"type": "string"
},
"sld_hash": {
"type": "string"
},
"provider": {
"type": "string"
},
"contract_id": {
"type": "string"
},
"expiration": {
"type": "integer"
},
"nft_id": {
"type": "integer"
},
"tld": {
"type": "string"
},
"payer_account_id": {
"type": "string"
},
"running_hash": {
"type": "string"
},
"running_hash_version": {
"type": "integer"
},
"sequence_number": {
"type": "integer"
},
"token_id": {
"type": "string"
},
"network": {
"type": "string"
},
"nftId": {
"type": "integer"
},
"idx": {
"type": "integer"
},
"account_id": {
"type": "string"
},
"created_timestamp": {
"type": "string",
"format": "date-time"
},
"serial_number": {
"type": "integer"
},
"delegating_spender": {
"type": "null"
},
"deleted": {
"type": "boolean"
},
"metadata": {
"type": "string"
},
"modified_timestamp": {
"type": "string",
"format": "date-time"
},
"full_nft_id": {
"type": "string"
}
},
"required": [
"account_id",
"contract_id",
"created_timestamp",
"delegating_spender",
"deleted",
"domain",
"expiration",
"full_nft_id",
"idx",
"metadata",
"modified_timestamp",
"network",
"nftId",
"nft_id",
"payer_account_id",
"paymenttransaction_id",
"provider",
"running_hash",
"running_hash_version",
"sequence_number",
"serial_number",
"sld_hash",
"tld",
"tld_hash",
"token_id",
"topic_id",
"topictransaction_id"
],
"title": "Welcome5"
}
}
}
Loading...